home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-06-27 | 369 b | 14 lines |
- #
- # Imakefile for xsokoban
- #
- DEPLIBS = $(DEPXLIB)
- LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB)
- INCLUDES = -I. -I$(TOP)/lib -I/usr/include/X11
- SRCS = sok.c readscreen.c xdisp.c play.c save.c score.c
- OBJS = sok.o readscreen.o xdisp.o play.o save.o score.o
-
-
- ComplexProgramTarget(xsokoban)
-
- InstallProgram(xsokoban, /usr/games/X11)
-